ComponentOne Xamarin.Android
HasMoreItems Property (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : HasMoreItems Property
Gets a value indicating whether this collection can load more items.
Syntax
'Declaration
 
Public ReadOnly Property HasMoreItems As Boolean
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim value As Boolean
 
value = instance.HasMoreItems
public bool HasMoreItems {get;}
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members